td.infoTop2 {
  background-color: #eaeaea;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
/*######################################
  Global Styles, to norm all elements
######################################*/

/*---------------------------------------------
Set margin padding and font stuff for every element,
then it should not be required to set them again.
---------------------------------------------*/
html,body,table,td,div,form,button,select,input,textarea,h1,h2,h3,h4,h5,h6,p,cite,quote,u,i {
  margin: 0px;
  padding: 0px;
font:11px Tahoma,Geneva,sans-serif;
  line-height: 120%;
}

/*---------------------------------------------
Set body attributes color and background
---------------------------------------------*/
html,body {
  color: #5c5c5c;
  background: #000 url(../images/layout/000.png) repeat-x;
}
/*---------------------------------------------
Set as blockelements
---------------------------------------------*/
h1,h2,h3,h4,h5,h6,hr,p,div,form {
  display: block;
}

/*---------------------------------------------
Set vertical align to top, this helps if the
text flys in the middle of a table (td).
---------------------------------------------*/
td {
  vertical-align: top;
}

/*---------------------------------------------
Set font bold inside of this elements.
---------------------------------------------*/
strong, caption, optgroup, .strong {
  font-weight: bold;
  font-style: normal;
}

/*---------------------------------------------
Set no border for tables and images, the images
border comes if you link any image <a href=""><img></a>
and this sheet does make the border invisible
---------------------------------------------*/
img,table {
  border: 0px none;
}

/*---------------------------------------------
Set a cursor for the label-TAG
---------------------------------------------*/
label {
  cursor: pointer;
}

/*---------------------------------------------
Set global style of the horizontal line
---------------------------------------------*/
hr {
	color : #000;
	height : 1px;
	padding : 0;
	border-color : #000;
	border-width : 1px 0 0 0;
	border-style : solid;
	margin: 3px 0 6px 0;
}

*+html hr { margin: 0 }
* html hr { margin: 0 }

/*---------------------------------------------
Set a square as in front of an unordered list
---------------------------------------------*/
ul li {
	list-style: square;
}

/*---------------------------------------------
Set general link style
---------------------------------------------*/
a:link,a:visited,a:hover,a:active {
  color: #0092DD; font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #000;
}

a:focus { outline: 0 none }

/*####################################
  DZCP STYLES
####################################*/

/*---------------------------------------------
Set attributes for the main-table
---------------------------------------------*/
table.maintable {
  margin: auto; width: 1052px;
}

/*---------------------------------------------
Set attributes for the content-table
---------------------------------------------*/
table.content {
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

/*---------------------------------------------
persInfobox above the Header
-----------------------------------------------
menu/pers.infos.html
---------------------------------------------*/
table.persInfo {
  background-color: #FFF;
  border-bottom: 1px solid #000;
  margin: 0px;
  width: 100%;
  text-align: center;
}

table.subPersInfos {
  text-align: center;
}

span.fontBoldPersInfos {
  font-weight: bold;
}

table.persInfo td, table.persInfo span {
  color: #000;
}
/*---------------------------------------------
Header attributes
-----------------------------------------------
index.html
---------------------------------------------*/
td.pagetitle {
  height: 149px;
  text-align: left;
  vertical-align: bottom;
}

td.pagetitleContent {
  width: 710px;
  height: 150px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
/*---------------------------------------------
Attributes of the Welcomebar
-----------------------------------------------
index.html
---------------------------------------------*/
td.welcomebar {
  text-align: left;
}

span.welcomebar {
  color: #FFF;
}

/*---------------------------------------------
Attributes of the main-content (shouldnt be edited)
-----------------------------------------------
index.html
---------------------------------------------*/
table.mainContent {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#ECECEC;
	border-style:solid;
	border-width:1px 2px;
	margin:5px 0 0;
	padding:5px 4px;
	width:545px;
}

table.navContent {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

table.hperc {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

/*---------------------------------------------
Attributes of the navigations loginbox
-----------------------------------------------
menu/login.html
---------------------------------------------*/
td.loginLeft {
  width: 110px;
}
td.loginRight {
  width: 3px;
}
input.loginName_dis,input.loginName_en {
	background:transparent url(../images/layout/007.png) no-repeat scroll 0 0;
	border:medium none;
	color:#fff;
	height:11px;
	padding:3px;
	position:relative;
	width:94px;
	bottom:3px;
	text-transform:uppercase;
	font:10px Tahoma,Geneva,sans-serif;
}

input.loginPwd_dis,input.loginPwd_en {
	background:transparent url(../images/layout/007.png) no-repeat scroll 0 0;
	border:medium none;
	color:#fff;
	height:11px;
	padding:3px;
	position:relative;
	width:94px;
	bottom:3px;
	text-transform:uppercase;
	font:10px Tahoma,Geneva,sans-serif;
}

input.loginSubmit {
  padding: 0px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  text-transform:uppercase;
  bottom:3px;
}

input.loginSignUp:hover {
  background-image: url(../images/submit_hover.jpg);
}

input.loginSubmit {
  font-weight: bold;
}

/*---------------------------------------------
Parts of the attributes of the navigations votebox
-----------------------------------------------
menu/vote.html
menu/vote_results.html
menu/vote_vote.html
---------------------------------------------*/
td.navVoteButton {
  text-align: left;
}

input.voteSubmit {
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  border: none;
  color: #0092DD;
  cursor: pointer;
  font-weight:bold;
}
/*IE Hack*/
*+html input.voteSubmit { overflow: visible; }
* html input.voteSubmit { overflow: visible; }
/*---------------------------------------------
Parts of the attributes of the navigations votebox
-----------------------------------------------
menu/shout.html
menu/shout_add.html
menu/shout_form.html
---------------------------------------------*/
td.navShoutContentFirst {

}

td.navShoutContentSecond {

}

/*---------------------------------------------
Disabled input field (not clicked)
---------------------------------------------*/
input.shoutEmail_dis,input.shoutNick_dis,textarea.shoutTextfield_dis,
input.shoutEmail_en,input.shoutNick_en,textarea.shoutTextfield_en {
  overflow: Auto;
  height: 14px;
  width: 250px;
  border: 1px solid #E0E0E0;
  color:#767676;
}
/*---------------------------------------------
Enabled input fields (clicked)
---------------------------------------------*/
input.shoutEmail_en,input.shoutNick_en,textarea.shoutTextfield_en {
  border: 1px solid #000;
}
/*---------------------------------------------
Shoutbox-textfield
---------------------------------------------*/
textarea.shoutTextfield_dis,textarea.shoutTextfield_en {
  overflow: Auto;
  height: 14px;
  width: 250px;
  border: 1px solid #E0E0E0;
  color:#767676;
}

/*---------------------------------------------
Shoutbox submit button
---------------------------------------------*/
input.shoutSubmit {
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  border: none;
  color: #0092DD;
  cursor: pointer;
  font-weight:bold;
}
/*IE Hack*/
*+html input.shoutSubmit { overflow: visible; }
* html input.shoutSubmit { overflow: visible; }
/*---------------------------------------------
Shoutbox submit button
---------------------------------------------*/
input.shoutLength {
  width: 26px;
  height: 13px;
  border: 0px;
  background-color: transparent;
  text-align: center;
}

/*---------------------------------------------
Parts of the attributes of the navigations votebox
-----------------------------------------------
menu/server.html
server/server_show.html
---------------------------------------------*/
img.navServerPic,img.ServerPic {
  width: 155px;
}

/*---------------------------------------------
Attributes of all navigation boxes
-----------------------------------------------
menu/nav_[box].html
---------------------------------------------*/
table.tableNav {
  width: 100%;
}

td.navMainLeft,td.navClanLeft,td.navServerLeft,td.navMiscLeft {
  width: 2px;
}

td.navMainRight,td.navClanRight,td.navServerRight,td.navMiscRight {
  width: 2px;
}

td.navMainContent,td.navClanContent,td.navServerContent,td.navMiscContent {
  text-align: left;
}

td.navUserLeft,td.navMemberLeft,td.navTrialLeft,td.navAdminLeft {
  width: 5px;
}

td.navUserRight,td.navMemeberRight,td.navTrialRight,td.navAdminRight {
  width: 0px;
}

td.navUserContent,td.navMemberContent,td.navTrialContent,td.navAdminContent {
  text-align: left;
}

td.navUotmContent,td.navPartnerContent,td.navSponsorsContent {
  text-align: center;
  padding: 2px 0;
}

img.uotm {
  width: 130px;
  height: 161px;
}

td.navLregLeft,td.navTopdlLeft,td.navTeamspeakLeft {
  width: 5px;
}

td.navLregContent,td.navTopdlContent,td.navTmpswitchContent,td.navPagerankContent,td.navTeamspeakContent {
  text-align: left;
}

div.navGameServer,
div#navTeamspeakContent {
  position: relative;
  width: 278px;
  overflow: auto;
  overflow-x: auto; overflow-y: hidden;
}

div.navGameServer { width: 278px }

td.navTeamspeakRight {
  width: 11px;
}

td.navTopdlRight {
  width: 11px;
}

td.navTopdlHits {
  text-align: right; vertical-align: middle;
}

td.navTmpswitchLeft {
  width: 13px;
}

td.navNextCwDate {
  color: #FFF;
  vertical-align: middle;
}

td.navLastNewsLeft,td.navFtopicsLeft,td.navLastCwLeft,td.navNextCwLeft,td.navLastArtikelLeft,td.navKalLeft,td.navVoteLeft,td.navShoutLeft,td.navServerStatsLeft,td.navEventsLeft,td.navTeamLeft,td.topMatchLeft {
  width: 2px;
}

td.navLastNewsContent,td.navFtopicsContent,td.navLastCwContent,td.navNextCwContent,td.navLastArtikelContent,td.navServerStatsContent,td.navEventsContent {
  text-align: left;
  vertical-align: middle;
color:#787878;
font:11px Tahoma,Geneva,sans-serif;
border-bottom:1px dashed #E0E0E0;}

td.navFtopicsContent {
  text-align: left;
  vertical-align: middle;
color:#787878;
font:11px Tahoma,Geneva,sans-serif;
border-bottom:1px dashed #efefef;}

td.navLastNewsRight,td.navFtopicsRight,td.navLastCwRight,td.navNextCwRight,td.navLastArtikelRight,td.navKalRight,td.navVoteRight,td.navShoutRight,td.navServerStatsRight,td.navEventsRight,td.navTeamRight,td.topMatchRight {
  width: 2px;
}

td.navLastCwLeft,td.navNextCwLeft,td.navLastCwRight,td.navNextCwRight {
  width: 5px;
}

td.navServerStatsContent {
  text-align: left;
}
td.navServerStatsSpace {
  height: 5px;
}

td.navKalHead,td.navKalHeadDays,td.navKalDays,td.navKalToday,td.navKalEmpty,td.teamHead {
  text-align: center;
}

td.navKalHead span, td.navKalHead a {
  font-size: 11px;
}

td.navKalToday {
  border: 1px solid #000;
}

/*---------------------------------------------
Attributes of the counter-box
-----------------------------------------------
menu/counter.html
---------------------------------------------*/

td.counterLeft,td.counterRight {
  width: 3px;
}

td.counterContentHead {
  text-align: left;
}

td.counterContentLeft {
  text-align: left;
  width: 69px;
}

td.counterContentRight {
  text-align: right;
}

td.counterSpace {
  height:5px;
}
/*---------------------------------------------
Global styles of the content
---------------------------------------------*/
td.contentHead,td.contentMainTop,td.contentMainFirst,td.contentMainSecond,td.contentBottom,td.contentBottomLeft {
  height: 16px;
  padding: 3px;
  vertical-align: middle;
}

td.contentHead {
  background-color: #0092DD;
  text-align: center;
  color:#fff;
}
td.infoTop {
  background-color: #fff;
  text-align: center;
}

td.contentMainTop,tr.contentMainTop {
  background-color: #ffffff;
  vertical-align: top;
    border-bottom:1px dashed #E0E0E0;
}

div#infoInnerLayer,
td.commentsRight,
td.error,td.calDay,td.calToday {
  background-color: #828281;
    border-bottom:1px dashed #E0E0E0;

}
.adminBarInner,.adminBarInnerOver,.adminMenuOuter,.adminMenuOuterOver,
.adminBarOuter,.adminBarOuterOver,.adminMenuInner,.adminMenuInnerOver {
  background-color: #fff;
}

td.contentMainFirst,
td.commentsRight,
td.error,td.calDay,td.calToday {
  background-color: #fff;
    border-bottom:1px dashed #E0E0E0;

}
td.navShoutContentFirst,
td.contentMainSecond,
td.commentsLeft,
td.navShoutContentSecond,
.adminMenuInnerOver,.adminMenuOuterOver {
  background-color: #fff;
}
td.commentsLeft {
  background-color: #fff;
  border:1px dashed #E0E0E0;
}

td.navShoutContentFirst,td.navShoutContentSecond {
  background-color: #fff;
}

td.contentBottom,td.contentBottomLeft {
	background: transparent url(../images/layout/014.png) repeat-x scroll 0 0;
border-color:#EFEFEF;
border-style:solid;
border-width:1px 2px 0;
color:#727272;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:26px;
line-height:22px;
padding:0 10px;
text-transform:uppercase;
width:522px;
text-align:center;
}

td.contentBottomLeft {
  text-align: left;
}

/*---------------------------------------------
Attributes of the Newsarea
-----------------------------------------------
news/news_show.html
news/comments_show.html
news/archiv.html
news/archiv_show.html
---------------------------------------------*/
/*
  Newsbox
*/
td.newsContent {
  padding: 6px;
}

td.archiveStats {
  text-align: center;
  background-color: #EEE;
  color: #000;
  border: 1px solid #000;
  padding: 2px;
}
/*---------------------------------------------
Attributes of all Comments/GB-Entrys/Boardentrys
-----------------------------------------------
news/comments_show.html
artikel/comments_show.html
forum/forum_posts.html
forum/forum_posts_show.html
---------------------------------------------*/
td.commentsLeft {
  width: 25%;
  height: 128px;
  padding: 2px;
}

td.commentsRight {
  vertical-align: top;
  padding:4px;
}

/*---------------------------------------------
Attributes of the calendar
-----------------------------------------------
kalender/day.html
---------------------------------------------*/
td.calDay,td.calToday {
  text-align: left;
  vertical-align: top;
  width: 14%;
  height: 70px;
}

td.calToday {
  border: 1px solid #000;
}

/*---------------------------------------------
Attributes of the squads
-----------------------------------------------
squads/squads_show.html
squads/squads_member.html
clanwars/stats.html
clanwars/squads_show.html
awards/squads_show.html
awards/squads_show_all.html
awards/stats.html.html
server/server_show.html
---------------------------------------------*/
table.highlightSquads,table.highlightStats,table.highlightAwards,table.highlightServer {
  width: 100%;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  padding: 4px;
}

table.highlightServer {
  padding: 0px;
}

table.highlightSquads {
  border: 0px;
}

table.highlightAwards {
  padding: 0px;
}

img.squadMember {
  width: 100%;
  height: 1px;
  background-color: #707070;
}
/*---------------------------------------------
Attributes of several links
-----------------------------------------------
menu/*.html
---------------------------------------------*/


a.navLastNews:link,a.navLastNews:visited,
a.navFtopics:link,a.navFtopics:visited,
a.navTopdl:link,a.navTopdl:visited,
a.navLastReg:link,a.navLastReg:visited,
a.navLastArtikel:link,a.navLastArtikel:visited,
a.navLastCw:link,a.navLastCw:visited,
a.navNextCw:link,a.navNextCw:visited,
a.navKal:link,a.navKal:visited,
a.navCounter:link,a.navCounter:visited,
a.navShout:link,a.navShout:visited,
a.navTeam:link,a.navTeam:visited,
a.navServerStats:link,a.navServerStats:visited,
a.navTeamspeak:link,a.navTeamspeak:visited {
  font-weight: normal;
  color: #767676;
}
a.navLastNews:hover,a.navLastNews:active,
a.navFtopics:hover,a.navFtopics:active,
a.navTopdl:hover,a.navTopdl:active,
a.navLastCw:hover,a.navLastCw:active,
a.navNextCw:hover,a.navNextCw:active,
a.navLastArtikel:hover,a.navLastArtikel:active,
a.navLastReg:hover,a.navLastReg:active,
a.navKal:hover,a.navKal:active,
a.navCounter:hover,a.navCounter:active,
a.navShout:hover,a.navShout:active,
a.navTeam:hover,a.navTeam:active,
a.navServerStats:hover,a.navServerStats:active,
a.navTeamspeak:hover,a.navTeamspeak:active {
  color: #0092DD;
}
a.navVote:link,a.navVote:visited,
a.navVote:hover,a.navVote:active {
  font-weight: bold;
  color: #767676;
}

a.navServerStats:link,a.navServerStats:visited {
  font-weight: normal;
  color: #000;
}

a.navServerStats:hover,a.navServerStats:active {
  color: #000;
}

a.navLostPwd:link,a.navLostPwd:visited {
  font-weight: normal;
  font:11px bold Calibri,Arial,Helvetica,sans-serif;
  color: #0092DD;
}
a.navLostPwd:hover,a.navLostPwd:active {
  color: #fff;
}

a.navUser:link,a.navUser:visited,
a.navTrial:link,a.navTrial:visited,
a.navMember:link,a.navMember:visited,
a.navAdmin:link,a.navAdmin:visited {
  font-weight: normal;
  color: #fff;
  margin-right:7px;
  font:11px bold Calibri,Arial,Helvetica,sans-serif;
}
a.navUser:hover,a.navUser:active,
a.navTrial:hover,a.navTrial:active,
a.navMember:hover,a.navMember:active,
a.navAdmin:hover,a.navAdmin:active {
  font-weight: normal;
  color: #0092DD;
  margin-right:7px;
  font:11px bold Calibri,Arial,Helvetica,sans-serif;
}
a.navLastArtikel:link,a.navLastArtikel:visited {
  display: block; padding: 1px 2px;
}

a.navLastCw:link,a.navLastCw:visited,
a.navNextCw:link,a.navNextCw:visited,
a.navLastNews:link,a.navLastNews:visited {
  padding: 2px 6px; padding-bottom: 4px;
  display: block;
}
a.navFtopics:link,a.navFtopics:visited {
padding:2px 7px 6px 2px;
font:10px/19px Tahoma,Geneva,sans-serif;
}
a.navLastCw:link,a.navLastCw:visited,
a.navNextCw:link,a.navNextCw:visited {
  padding-left: 1px; padding-right: 1px;
}

a.navShout:link,a.navShout:visited { font-weight: bold; color: #0092DD;}

a.navCounter:link,a.navCounter:visited,
a.navKal:link,a.navKal:visited {
  color: #ff0000;
  font-weight: bold;
}

/* Navigation */
a.navMain:link,a.navMain:visited,
a.navClan:link,a.navClan:visited,
a.navServer:link,a.navServer:visited,
a.navMisc:link,a.navMisc:visited {
  font-family:Calibri,"Lucida Sans Unicode",Arial,Helvetica,sans-serif;	
  font-weight: normal;
  color: #9B9B9B;
  padding:1px 15px 2px;
  width: 146px; height: 12px;
  font-size:11px;
}
a.navMain:hover,a.navMain:active,
a.navClan:hover,a.navClan:active,
a.navServer:hover,a.navServer:active,
a.navMisc:hover,a.navMisc:active {
  color: #0092DD;
}

a.navStyle:link,a.navStyle:visited {
  font-family:Calibri,"Lucida Sans Unicode",Arial,Helvetica,sans-serif;	
  font-weight: normal;
  color: #fff;
  padding: 2px; padding-left: 10px; padding-top: 1px; padding-bottom: 2px;
  width: 146px; height: 12px;
  font-size:11px;
}
a.navStyle:hover,a.navStyle:active {
  color: #0092DD;
}



/* Navigation */
a.navFooter:link,a.navFooter:visited {
  font-weight: normal;
  color: #9B9B9B;
}
a.navFooter:hover,a.navFooter:active {
  color: #0092DD;
}
/*
  Welcomelink
*/
.welcome:link,.welcome:visited,.welcome:hover,.welcome:active {
  color: #FFF;
  font-weight: bold;
}
.welcome:hover,.welcome:active {
  color: #ff0000;
}

/*---------------------------------------------
Attributes of various font-styles
---------------------------------------------*/
span.fontText {
  font-weight: normal;
}

span.fontBold {
  font-weight: bold;
}

span.fontItalic {
  font-style: italic;
}

span.fontUnder {
  text-decoration: underline;
}

span.fontBoldUnder {
  font-weight: bold;
  text-decoration: underline;
}

span.fontItalicUnder {
  font-style: italic;
  text-decoration: underline;
}

span.fontError,span.fontMarked,span.fontRed {
  font-weight: bold;
  color: #e50000;
}
span.fontWichtig {
  font-weight: bold;
  color: #0092DD;
}

span.fontGreen {
  font-weight: bold;
  color: #17D427;
}

/*
  Navigation ( << 1 2 3 >> )
*/

span.fontSites {
  font-weight: bold;
  color: #EE0000;
}

span.fontSitesMisc {
  color: #000;
}

.sites:link,.sites:visited,.sites:hover,.sites:active {
  font-size: 10px;
  text-decoration: none;
}

.sites:hover,.sites:active {
  text-decoration: none;
}

/*
  Clanwarresults
*/
span.navCwWon,span.navCwDraw,span.navCwLost,span.CwWon,span.CwDraw,span.CwLost {
  font-weight: bold;
}

span.navCwWon,span.CwWon {
  color: #17D427;
}

span.navCwDraw,span.CwDraw {
  color: #DBD004;
}

span.navCwLost,span.CwLost {
  color: #e50000;
}

/*---------------------------------------------
Attributes of the errortable
-----------------------------------------------
errors/errortable.html
---------------------------------------------*/
td.error {
  text-align: center;
  padding: 3px;
}

/*---------------------------------------------
Style of the preloader
---------------------------------------------*/
div#preload {
  background-color: #FFF;
  border: 1px solid #000;
}

/*---------------------------------------------
Style of the higlighted boxes (Vote,Profil, etc)
---------------------------------------------*/
td.highlight {
  text-align: left;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}
/*---------------------------------------------
Style of the statisitc beam (votes, CWs)
---------------------------------------------*/
td.statsBalken {
  border: none;
  background-image: url('../../../images/vote_bg.gif');
  height:5px;
}
/*---------------------------------------------
Attributes of various formulars
---------------------------------------------*/
/*****************************
*****************************/
/*---------------------------------------------
Templateswitcher dropdown
-----------------------------------------------
menu/tmp_switch.html
---------------------------------------------*/
select.tempswitch {
  width: 120px;
  color: #000;
  font-size: 97%;
  background-color: #FFF;
  border: 1px #000 solid;
}
/*---------------------------------------------
Dropdownmenus
---------------------------------------------*/
select.dropdown {
  color: #000;
  font-size: 97%;
  background-color: #FFF;
  border: 1px #000 solid;
}
/*---------------------------------------------
Dropdownmenus -> Categories
---------------------------------------------*/
option.dropdownKat {
  color: #000;
  font-size: 97%;
  font-weight: bold;
  background-color: #dbdbdb;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
/*---------------------------------------------
Enabled/disabled input fields (not clicked)
---------------------------------------------*/
input.inputField_dis,input.inputField_dis_small,input.inputField_dis_mid,input.inputFieldFsearch_dis,input.inputFieldKal_dis,textarea.inputFieldKalDesc_dis,textarea.inputField_dis,input.inputField_dis_profil,textarea.inputField_dis_nletter,input.inputField_en,input.inputField_en_mid,input.inputField_en_small,input.inputFieldFsearch_en,input.inputFieldKal_en,textarea.inputFieldKalDesc_en,textarea.inputField_en,input.inputField_en_profil,textarea.inputField_en_nletter,textarea.inputField_dis_profil,textarea.inputField_en_profil {
  border: 1px solid #E0E0E0;
  background-color: #fff;
  color: #767676;
  padding:1px;
  width: 250px;
}
input.inputField_en,input.inputField_en_mid,input.inputField_en_small,input.inputFieldFsearch_en,input.inputFieldKal_en,textarea.inputFieldKalDesc_en,textarea.inputField_en,input.inputField_en_profil,textarea.inputField_en_nletter,textarea.inputField_en_profil {
  background-color: #FFF;
   border: 1px solid #E0E0E0;
}
/*---------------------------------------------
Several input fields
---------------------------------------------*/
/*
  Small inputfields
*/
input.inputField_dis_small,input.inputField_en_small {
  width: 22px;
  text-align: center;
}
/*
  Middle sized inputfields
*/
input.inputField_dis_mid,input.inputField_en_mid {
  width: 68px;
}
/*
  Board Search
*/
input.inputFieldFsearch_dis,input.inputFieldFsearch_en {
  width: 180px;
}
/*
  Calendar admin
*/
input.inputFieldKal_dis,input.inputFieldKal_en {
  width: 240px;
}

textarea.inputFieldKalDesc_dis,textarea.inputFieldKalDesc_en {
  overflow: Auto;
  width: 240px;
  height: 100px;
}
/*
  Edit profile fields
*/
input.inputField_dis_profil,input.inputField_en_profil,
textarea.inputField_dis_profil,textarea.inputField_en_profil {
  width: 200px;
}
/*
  Gallery Admin
*/
textarea.inputField_dis,textarea.inputField_en {
  overflow: Auto;
  height: 100px;
}

/*
  Newsletter textarea
*/
textarea.inputField_dis_nletter,textarea.inputField_en_nletter {
  width: 90%;
  height: 200px;
  overflow: Auto;
}
/*---------------------------------------------
Atrributes of (submit)buttons
---------------------------------------------*/
input.submit {
  margin: 0px;
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
  background-image: url(../images/submit.jpg);
  border: 1px solid #5F5F5F;
  color: #000;
  cursor: pointer;
  font-weight: normal;
}
input.submit:hover {
  background-image: url(../images/submit_hover.jpg);
}
/*IE Hack*/
*+html input.submit { overflow: visible; }
* html input.submit { overflow: visible; }
/*####################################
  These sheets shouldn`t be edited
####################################*/
input.checkbox,input#loginCheckbox {
  border:0px;
  cursor: pointer;
}

.emph,.msg {
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  padding: 2px; z-index: 9999999;
}

.msg * { color: #000 }
.msg a:link, .msg a:visited { color: #000 }

td.middle,div.middle {
  vertical-align: middle;
  text-align: center;
}


/*####################################
  DZCP 1.4 Styles
####################################*/
/*---------------------------------------------
  WYSIWYG-Editor
---------------------------------------------*/
textarea.editorStyle,
textarea.editorStyleWord,
textarea.editorStyleMini,
textarea.editorStyleNewsletter {
  overflow: auto;
  width: 520px;
  height: 200px;
}
textarea.editorStyleWord {
  height: 270px;
}

textarea.editorStyleMini {
  height: 100px; width: 300px;
	}
/*
  shouldn`t be edited
*/

div.clipMore {
  border-top: 1px dashed #BBB;
  border-bottom: 1px dashed #BBB;
  padding: 2px;
}

p {
  margin: 0px;
  padding: 0px;
}

div#previewDIV {
  margin-top: 9px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/*---------------------------------------------
  JS Infolayer
---------------------------------------------*/
div#infoDiv {
  z-index: 100;
  position: absolute;
  display: none;
  -moz-opacity: 0.80;
font:9px Verdana,Arial,Helvetica,sans-serif;
}
div#infoInnerLayer {
background-color:#FFFFFF;
border-color:#DDDDDD #DDDDDD #DDDDDD #0092DD;
border-style:solid;
border-width:1px 1px 1px 4px;
color:#1b1b1b;
padding:4px 10px;
color:#383838;
font:9px Verdana,Arial,Helvetica,sans-serif;
}

div#infoInnerLayer td {
  padding: 2px;
}

div#infoDiv {
  min-width: 250px; width: 250px;
/*
  width: auto !important;
  width: 280px;
*/
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

div#hDiv {
  min-width: 250px; width: 250px;
  position: absolute; z-index: 9;
  top: 0; left: 0;
}

iframe#ieFix {
  position: absolute; z-index:0;
  top: 0; left: 0;
}

td.infoTop {
  font-weight: bold;
  border-bottom: 1px solid #383838;
	color:#383838;
	font:9px Verdana,Arial,Helvetica,sans-serif;
}

/*---------------------------------------------
  Syntax Highlighting (PHP)
---------------------------------------------*/
.codeHead {
  background-color: #20262b;
  border: 1px solid #000;
  padding: 2px;
}

.code,.codeHead  {
  width: 470px;
  max-height: 200px;
  background-color: #FFF;
  border: 1px solid #000;
  padding: 0px;
  overflow:auto;
}

.codeHead {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #000;
  font-weight: bold;
  border-bottom: 0px;
  background-color: #DDD;
}

.codeLines {
  width: 1%;
  color: #000;
  background-color: #DDD;
  border-right: 1px solid #000;
}
.codeContent,.codeContent *,.codeLines {
  padding: 0px;
  padding-left: 4px;
  padding-right: 2px;
  font-family: "Courier New", Verdana, Arial;
  font-size: 11px;
}
.codeContent * {
  padding:0px;
}
/*---------------------------------------------
  Colors of highlighting
---------------------------------------------*/
td.codeContent .string { color: #800; }
td.codeContent .comment { color: #C0C0C0; }
td.codeContent .keyword { color: #000; font-weight:bold; }
td.codeContent .bg { background: #DDD; }
td.codeContent .default { color: #000080; }
td.codeContent .html { color : #880; }
/*---------------------------------------------
  Resized Image Text (resized to...)
---------------------------------------------*/
span.resized {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}

/*---------------------------------------------
Navigation: Teamswitcher
---------------------------------------------*/
select.teamswitch {
  width: 160px;
  color: #000;
  font-size: 97%;
  background-color: #FFF;
  border: 1px #000 solid;
}

/*---------------------------------------------
Attributes of all icons (flags/email/hp/teamspeak,etc)
---------------------------------------------*/
img.icon,img.helpicon,img.tsicon {
  vertical-align: middle;
}
/*
  helpicon
*/
img.helpicon { cursor: help; }
/*
  Teamspeak icons
*/
img.tsicon {
  margin: 1px;
}
/*---------------------------------------------
Board Quotes
---------------------------------------------*/
.quote {
  width: 95%;
  margin: auto;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 2px;
  background-color: #FFF;
  background-image: url(../../../images/quote.gif);
  background-repeat: no-repeat;
  color: #000;
}
.quote b, .quote a {
  font-size: 11px;
  color: #000;
}

/*---------------------------------------------
Adminmenu
---------------------------------------------*/
.adminBarInner,.adminBarInnerOver {
  text-align: center;
	text-decoration: none;
  margin: 0px;
	padding: 2px;
}
.adminBarInnerOver {

}

.adminBarOuter,.adminBarOuterOver {
	text-decoration : none;
	border: 1px solid #e0e0e0;
}

.adminMenuInner,.adminMenuInnerOver {
	margin: 3px 0 0 22px;
}

.adminMenuOuter,.adminMenuOuterOver {
	text-decoration : none;
	border: 1px solid #e0e0e0;
	padding: 0;
  background-repeat: no-repeat;
  background-position: 2px 50%;
}

.adminMenuInnerOver,.adminMenuOuterOver  {

}

/**************
  Search form
**************/
fieldset.search {
  border: 1px solid #000;
}

legend.search {
  margin: 0;
  padding: 0;
  color: #000;
}

ul.search {
  height: 200px;
  overflow: auto;
  width: 100%;
  border: 1px solid #000;
}

ul.search {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

ul.search li {
  margin: 0;
  padding: 0;
}

label.search, label.searchKat {
  display: block;
  text-align: left;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  width: 100%;
}

label.search:hover {
  background-color: #EEE;
}

label.searchKat {
  background-color: #dbdbdb;
  font-weight: bold;
}

td.searchHead {
  border-bottom: 1px solid #888;
}

input.chksearch {
  margin: 2px;
  border:0px;
  cursor: pointer;
}

.highlightSearchTarget {
  padding: 2px;
  color: #000;
  background-color: #FEFECE;
}

/**************
  Glossar
**************/
a.glossar:link,a.glossar:visited,a.glossar:hover,a.glossar:active {
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dashed;
}

/**************
  Membermap
**************/
div#memberMap {
  width: 100%;
  height: 600px;
}
div#memberMapInner {
  width: 180px;
  margin: auto;
  line-height: 180%;
  text-align: left;
  padding: 3px;
}

/*####################################
  TEMPLATE SPECIFIC STYLES
####################################*/
#time {
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}
td.nautor a:link,td.nautor a:visited,td.nautor a:hover,td.nautor a:active { color: #767676; }


/**************
  Permission Table
**************/
div.permissions input.checkbox {
  float: left; margin: 1px 2px;
}

div.permissions label {
  display: block; float: left; clear: right;
  width: 45%;
  text-align: left;
}

div.permissions br {
  clear: both;
  height: 0; line-height: 0; font-size: 0;
}

/**************
  Lightbox
**************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 26px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/**************
  Newsticker
**************/
div#ticker {
  position: absolute;
  top: 158px; left: 485px;
  width: 512px;
  overflow: hidden;
  padding: 0; text-align: center;
}

div#ticker,
div#ticker div.scrollDiv,
div#ticker div.scrollDiv td {
  white-space: nowrap;
}

div#ticker a:link,
div#ticker a:visited {
  color: #FFF;
}

div#ticker a:hover,
div#ticker a:active {
  color: red;
}

/**************
  globale Suche
**************/
#searchpanel {
	background: transparent url(../images/layout/006.png) no-repeat;
	border:none;
	color:#fff;
	margin-left:93px;
	margin-top:8px;
	padding:3px;
	width:150px;
	text-transform:uppercase;
}
* html #searchpanel { margin: -1px 0 }
*+html #searchpanel { margin: -1px 0;
	position:relative;
	top:8px;
	left:93px; }

input.searchSubmit {
  background: transparent;
  padding-bottom: 1px; height: 15px;
  padding-left: 5px;
  padding-right: 5px;
  border:none;
  color: #fff;
  cursor: pointer;
}
/*IE Hack*/
*+html input.searchSubmit { overflow: visible;	position:relative;
	top:8px;
	left:93px; }
* html input.searchSubmit { overflow: visible; }

/****************************************/

img.border {
  border: 1px solid #777;
}

td.leftshape {
	background: transparent url(../images/layout/001.png) repeat-y;
	width:16px;
}
td.rightshape {
	background: transparent url(../images/layout/002.png) repeat-y;
	width:17px;
}
td.header {
	background: transparent url(../images/layout/003.png) no-repeat;
	width:1019px;
	height:110px;
}
div#stats{
	color:#959595;
	float:none;
	font-size:10px;
	margin:9px 20px;
	text-align:left;
	width:175px;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:left;
}
div#stats strong{
	font-weight:bold;
	color:	#0092dd;
}
div#stats a{
	font:11px Calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:	#fff;
	text-transform:uppercase;
}
div#stats span{
	float:right;
	text-align: left;
	width:65px;
}
div#stats p{
	margin:7px 0;
}

div#navigation {
	position:relative;
	top:7px;
	left:28px;
}
td.sponsorpanel {
	background: transparent url(../images/layout/004.png) no-repeat;
	width:1019px;
	height:55px;
}
img.sponsorbanners {
	margin-right:30px;
}
img.rotationbanners {
	margin-right:0px;
}
td.accesspanel {
	background: transparent url(../images/layout/005.png) no-repeat;
	width:1019px;
	height:35px;
}
div#accesspanel {
	position:relative;
	top:9px;
	width:600px;
}
div#userpanel {
	position:relative;
	top:10px;
	left:110px;
	width:600px;
}
*+html div#userpanel {
	position:relative;
	top:0px;
	bottom:2px;
	left:110px;
	width:600px;
}
td.topcontentspacer {
	background: transparent url(../images/layout/008.png) no-repeat;
	width:1019px;
	height:4px;
}
td.maincontent {
	background: transparent url(../images/layout/009.png) repeat-y;
	width:1019px;
}
td.topmaincontent {
	background: transparent url(../images/layout/010.png) no-repeat;
	width:1019px;
	height:23px;
}
div.sidebar_2{
	border: 1px solid #e9e9e9;
	width: 141px;
	margin:4px 0 0 4px;
}

div.sidebar_2 a{
	display:block;
	margin:5px 0;
}

div.sidebar2_content{
	background:#FFF url(../images/layout/011.png) -1px 0px no-repeat;
	border: 1px solid #dbdbdb;
	width:	134px;
	padding: 8px 3px 5px 4px;
}

div.sidebar2_content_head{
	font: 11px bold Calibri, Arial, Helvetica, sans-serif;
	width: 128px;
	min-height: 25px;
	margin: 0 3px;
	color: #767676;
	margin-left:28px;
}
	
	div.sidebar2_content_head span{
		font: 10px bold Calibri, Arial, Helvetica, sans-serif;
		margin:0px 7px;
	}
		
div.sidebar2_content_main{
	font: 11px Tahoma, Geneva, sans-serif;
	width: 134px;
	color: #767676;
	margin: 0 0 4px;
	text-align:center;
}
div.sidebar_content{
	background:#FFF url(../images/layout/011.png) -1px 0px no-repeat;
	border: 1px solid #dbdbdb;
	width:	273px;
	padding: 8px 3px 5px 4px;
	margin:4px 0 0 4px;
}

div.sidebar_content_head{
	font: 11px bold Calibri, Arial, Helvetica, sans-serif;
	width: 260px;
	min-height: 25px;
	margin: 0 6px 0 7px;
	color: #767676;
}

	div.sidebar_content_head em{
		color: #b7b7b7;
	}
	
	div.sidebar_content_head span{
		font: 10px bold Calibri, Arial, Helvetica, sans-serif;
		margin:0px 7px;
	}

		span.active{
			color:#0092dd;
			cursor:pointer;
		}
		
		span.inactive{
			color:#969696;
			cursor:pointer;
		}
		
div.sidebar_content_main{
	font: 11px Tahoma, Geneva, sans-serif;
	width: 273px;
	color: #767676;
	margin: 0 0 5px;
}

div.sidebar_content_main strong{
color:#0092DD;
text-align:center;
width:273px;
}

div.sidebar_content_main .input{
	margin: 3px 10px;
}

div.sidebar_content_main .submit{
	border:0px solid;
	background:none;
	color:	#0092dd;
	font: 11px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	width: auto;
	display:inline;
}

div.sidebar_content_main span.submit{
	width: auto;
	display:inline;
	padding:0;
	margin:0;
}

div.sidebar_content_main span.submit a{
	color:	#0092dd;
	font: 11px Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

div.sidebar_content_main input.submit{
	width: auto;
	display:inline;
	padding:0;
	margin:0;
	color:	#0092dd;
	font: 11px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	border:none;
	background:none;
}

div.sidebar_content_main span.result{
	font: 11px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#666;
	width: auto;
	display:inline;
	float:right;
	padding:0;
	margin:0;
}


div.sidebar_content_main div.voted{
	background-color:#999;
	width: 200px;
	height:5px;
}

div.sidebar_content_main div.voted div{
	background-color:#0092dd;
	height:5px;
	width: auto;
	display:inline;
	padding:0;
	margin:0;
}

div.sidebar_content_main div.shout{
	width: 268px;
	border-bottom:1px dashed #e0e0e0;
	color:	#666;
	margin: 0 0 3px;
}

div.sidebar_content_main div.shout_big{
	width: 400px;
}

div.sidebar_content_main div.shout p{

	margin: 3px 0;
}

div.sidebar_content_main div.shout strong{
	color:#0092dd;
	text-align:left;
	font-weight:bold;
	display:inline;
}


div.sidebar_content_main div.shoutbox input{
	background:none;
	border:1px solid #e0e0e0;
	width:200px;	
}

div.sidebar_content_main div.shoutbox input#shoutbox_name, div.sidebar_content_main div.shoutbox input#shoutbox_message{
	width:268px;	
}


div.sidebar_content_main span.result a, div.sidebar_content_main span.result a:visited{
	font: 11px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#666;
}

div.sidebar_content_main div.match{
	font: 11px Tahoma, Geneva, sans-serif;
	width: 243px;
	border-bottom:1px dashed #e0e0e0;
	color:	#b2b2b2;
	line-height:16px;
	height: 16px;
	margin: 3px 0;
	padding:0 0 4px 7px;
}

div.sidebar_content_main div.match a{
	font: 11px Tahoma, Geneva, sans-serif;
	color:	#b2b2b2;
}

div.sidebar_content_main div.match span{
	float:right;
	width: auto;
	display:inline;
	padding:0;
	margin: 0;
	border:none;
}

div.sidebar_content_main div.match strong{
	font-weight:bold;
	text-align:left;
	display:inline;
	color:	#0092dd;
}


div.sidebar_content_main div.match_pic{
	width:16px;
	height:16px;
	border-bottom:1px dashed #e0e0e0;
	padding:0 2px 4px 0;
	margin: 3px 0;
}

div.sidebar_content_main span {
	-x-system-font:none;
	border-bottom:1px dashed #EFEFEF;
	display:block;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:4px 0 0;
	padding:2px 0 4px;
}
div.sidebar_content_main span.CwWon,span.CwDraw,span.CwLost, {
	-x-system-font:none;
	border-bottom:1px dashed #EFEFEF;
	display:block;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:4px 0 0;
	padding:2px 0 4px;
}

div.sidebar_content_main span a, div.sidebar_content_main span a:visited, div.sidebar_content_main span a:focus{
	color: #969696;
}

div.sidebar_content_main span:hover a{
	color: #0092dd;
}


div.sidebar_content_main span>small{
	background:#cdcdcf;
	padding: 1px 10px;
	font: 8px bold Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform:uppercase;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	-o-border-radius:8px;
}

div.sidebar_content_main span:hover>small{
	background:#0092dd;
}

div.sidebar_content_main span.server{
	font: 11px Tahoma, Geneva, sans-serif;
	padding:0;
	margin:1px 0;
}

div.sidebar_content_main span.server a{
	font: 11px Tahoma, Geneva, sans-serif;
	color:#000;
	float:right;
}

div.sidebar_content_main h2{
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}
h2{
	-x-system-font:none;
	color:#0092DD;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:20px;
	text-transform:uppercase;
}
td.contentbottom {
	background: transparent url(../images/layout/012.png) no-repeat;
	width:1019px;
	height:28px;
}
div#footer{
	background:#000;
	width: 976px;
	color:  #6f6f6f;
	font: 	11px/15px bold Calibri, Arial, Helvetica, sans-serif;
	padding: 17px 22px 30px 21px;
	text-transform:uppercase;
}

div#footer strong{
	color:  #FFF;
	font-size:17px;
}

div#footer small{
	color:  #b0b0b0;
	font-size: 	9px/30px;
	margin: 10px 0px;
	display:block;
}

div#footer span{
	color:  #FFF;
	font: 	11px Arial, Helvetica, sans-serif;
	float: right;
}
div#footer span a, div#footer span a:visited{
	color:  #FFF;
}

div#footer span a:hover{
	color:	#0092dd;
}

div#footer span>small{
	color:  #b0b0b0;
	font: 	9px/5px Arial, Helvetica, sans-serif;
}

div#footer span>small a, div#footer span>small a:visited{
	color:  #0092dd;
	font: 	9px/5px Arial, Helvetica, sans-serif;
}

div#footer span>small a:hover{
	text-decoration:underline;
}
.NewsHeadline {
	-x-system-font:none;
	color:#0092DD;
	font-family:bold Tahoma,Geneva,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:15px;
	text-transform:none;
}
.NewsKat {
	-x-system-font:none;
	color:#494949;
	font-family:bold Tahoma,Geneva,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:15px;
	text-transform:none;
}

/*---------------------------------------------
  Downloads
---------------------------------------------*/
td.dl_top {
  cursor: pointer;
  width:50%;
}
td.dl_top_title { 
  background-color:#F5F5F5;
  font-weight:bold;
  padding-left:5px;
  color: #000;
}

td.dl_top_kat { 
  padding:3px 5px 0 5px;
  color:#e2001a;
}

td.dl_top_body {
  padding:3px 5px 0 5px;
  color:#000;
}

td.dl_place {
  width: 1%;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  padding: 4px;
  background-color:#cccccc;
}

td.top_dl,td.new_dl {
  background-color: #E0E0E0;
  border-bottom:1px dashed ;}
  border:1px solid #5F5F5F;
}
td.top_dl:hover,td.new_dl:hover {
  border: 1px solid #e2001a;
}

td.small {
  font-size: 9px;
}

a.downloadLink {
  display:block;
  background-image:url(../../../images/download.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}